src/xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
revision 84777 on 2008-02-22.
2011-07-23 Eli Zaretskii <eliz@gnu.org>
+ * xfns.c (unwind_create_frame) [GLYPH_DEBUG]: Adapt to changes in
+ revision 84777 on 2008-02-22.
+
* xdisp.c (move_it_in_display_line_to): Record the best matching
position for TO_CHARPOS while scanning the line, and restore it on
exit if none of the characters scanned was an exact match. Fixes
#if GLYPH_DEBUG
/* Check that reference counts are indeed correct. */
xassert (dpyinfo->reference_count == dpyinfo_refcount);
- xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
+ xassert (dpyinfo->terminal->image_cache->refcount == image_cache_refcount);
#endif
return Qt;
}